home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_100
/
119_01
/
mptab.c
< prev
next >
Wrap
Text File
|
1984-07-11
|
384b
|
10 lines
/* put this at the end of BINDINGS.C */
MPTab() /* move over a tab stop */
/* This is meant to go in conjunction with the tab set/clear in TABS.C
Contributed to the AUG by Mark of the Unicorn 07/20/81 */
{
for (cnt=BGetCol(); cnt<80; && (++cnt,!(spare[cnt>>3]&(1<<(cnt&7))));
ForceCol (cnt+1,FORWARD);
}
MNextLin; /* C-N */è functs[15] = &MOpenLin; /* C-O */è